home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / blankscr.zip / BLANKSCR.DOC < prev    next >
Text File  |  1993-01-04  |  2KB  |  44 lines

  1. Instructions for using BLANKSCR.PAS:
  2.  
  3. 1) Compile the source file using the Turbo Pascal 4.0 compiler.  All of the
  4. necessary compiler directives are set in the source code, so you won't have
  5. to do anything but select <Compile to Disk>.  In fact, you don't even HAVE to
  6. compile the program at all, unless you make changes, because I have included
  7. a pre-compiled version: BLANKSCR.EXE.
  8.  
  9. 2) Invoke the program by typing BLANKSCR [minutes] <enter> at the DOS prompt,
  10. where [minutes] is the amount of time that you want BLANKSCR to wait before
  11. turning off the display.  If you omit the delay time, BLANKSCR will load with 
  12. a default delay of 5 minutes.
  13.  
  14.  
  15. Comments:
  16.  
  17.      This version of BLANKSCR.PAS is memory resident.  It cannot normally be
  18. unloaded once you invoke it unless you use a TSR management program like 
  19. MARK/RELEASE.  I cannot guarantee that BLANKSCR will work on all hardware 
  20. configurations, but it should work on most and it certainly checks out fine on
  21. mine.  It goes without saying that BLANKSCR.PAS is intented to be used on IBM
  22. PC's and compatible computers running DOS 2.xx or 3.xx....
  23.  
  24.      I have tested BLANKSCR with several concurrent TSR programs and have not
  25. encountered any conflicts, but the usual cautions apply here as well, 
  26. particularly with regard to TSR's which take over the key board interrupts such
  27. as SideKick.  BLANKSCR coexists peacefully with SuperKey on my computer as long
  28. as it is loaded first, but you may have to juggle things a bit to find the TSR
  29. combination that works best for your configuration.
  30.  
  31.      Finally, BLANKSCR.PAS was written primarily as an instructional vehicle
  32. demonstrating interrupt driven programs in Turbo Pascal 4.0; as such it is
  33. long on comments and short on bells and whistles.  Whether or not you ever use
  34. the program will depend on your individual needs, and there are lots of other
  35. similar utilities that actually do more, but read the code in any event if you
  36. have an interest in Turbo Pascal programming.
  37.  
  38.      Questions, comments, and gifts of money can be directed to:
  39.  
  40.                                 Michael Camann
  41.                             710 South Dogwood Court, 
  42.                             Sterling Park, VA 22170           
  43.  
  44.